home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d8 / suprk445.arc / SEND.BAT < prev    next >
DOS Batch File  |  1990-08-16  |  739b  |  23 lines

  1. echo off
  2. if %1x == x goto error
  3. if %2x == x goto error
  4. if %3x == x goto error
  5. if %4x == x goto error
  6. superk p%1 s%2 s%3 f %4 %5 %6 %7 %8 %9
  7. goto end
  8. :error
  9. cls
  10. echo SUPERK - (c) Copyright 1989 Crater Rim Software - All Rights Reserved
  11. echo .
  12. echo MiniNet's External Protocol Driver for Batch or Single File Transfers
  13. echo .
  14. echo Command Line = SUPERK p1 s2400 s(protocol) f filename filename
  15. echo .
  16. echo Call SEND as   SEND port speed protocol filename filename filename
  17. echo      where port = 1, 2, 3  or  4
  18. echo           speed = 300, 1200, 2400, 4800, 9600, 19200, 38400, 57600, 119200
  19. echo        protocol = j,x,c,w,y,k,s,m  or  jb,xb,cb,yb,wb,kb,sb,mb
  20. echo .
  21. echo Call   SUPERK @   to set and save defaults
  22. :end
  23.